From: bors Date: Tue, 23 Jan 2018 22:10:46 +0000 (+0000) Subject: Auto merge of #4724 - pornel:sortpaths, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~28 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=231660af3e6902a85a940932d83401eacd9f1741;p=cargo.git Auto merge of #4724 - pornel:sortpaths, r=alexcrichton Sort native library paths for deterministic builds Fixes #3800 by using a `BTreeSet`, which guarantees a deterministic iteration order. Since the order was previously arbitrary, a sorted order is just as good. The list is so small, that any performance difference between `BTreeSet` and `HashSet` is negligible. --- 231660af3e6902a85a940932d83401eacd9f1741